-
Notifications
You must be signed in to change notification settings - Fork 619
Move ContractCard and PublishedBy components to RSC #5097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5097 +/- ##
=======================================
Coverage 45.28% 45.28%
=======================================
Files 1060 1060
Lines 54831 54831
Branches 3955 3955
=======================================
Hits 24832 24832
Misses 29308 29308
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
221e8a6 to
e0feaa1
Compare
2c7e3f7 to
bc5b543
Compare
size-limit report 📦
|
e0feaa1 to
2ae9154
Compare
2ae9154 to
01bb690
Compare
5633a41 to
4ca5f74
Compare
4ca5f74 to
b3827b8
Compare
Merge activity
|
b3827b8 to
9c3ff94
Compare

PR-Codex overview
This PR focuses on refactoring components, improving code organization, and enhancing functionality in the dashboard application. It introduces new features and updates existing ones for better usability and performance.
Detailed summary
functionSelectorsprop toContractOverviewPage.toContractIdIpfsHashfunction tofetchDeployMetadata.CodeBlockwithPlainTextCodeBlockinDeployUpsellCard.ContractCardto use async/await for fetching contract data.PublishedBycomponent to handle ENS resolution asynchronously.Suspensefor loading states in contract cards.